home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10948 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: galaxy.ucr.edu!not-for-mail
  2. From: thp@cs.ucr.edu (Tom Payne)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Will JAVA kill C++?
  5. Date: 11 Mar 1996 19:08:53 GMT
  6. Organization: University of California, Riverside
  7. Message-ID: <4i1to5$h58@galaxy.ucr.edu>
  8. References: <313E44EA.14D110C0@netcom.com>
  9. NNTP-Posting-Host: corvette.ucr.edu
  10. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  11.  
  12. Adam Megacz (kalessin@netcom.com) wrote:
  13. : Since Java *can* be compiled, I wonder: will it replace C++? If not,
  14. : to what tasks is each best suited?
  15.  
  16. For perspective, consider to what extent Java is more than a p-code
  17. implementation of a subset of C++ with some libraries added?
  18.  
  19. The likely impact of Java will be to focus attention on areas that,
  20. while not neglected, have perhaps not received the attention they are
  21. due from the C/C++ community:
  22.  
  23.   *  pointerless programming
  24.  
  25.   *  garbage collection
  26.  
  27.   *  concurrency
  28.  
  29.   *  interpretive implementation
  30.  
  31.   *  communication protocols that involve the execution of 
  32.      exchanged programs
  33.  
  34. Each of these is very important.
  35.  
  36. Tom Payne (thp@cs.ucr.edu)
  37.